home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / mkmf / RCS / Makefile.md,v < prev    next >
Makefile  |  1990-03-13  |  2KB  |  139 lines

  1. head     1.6;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.6
  10. date     90.03.12.23.28.42;  author jhh;  state Exp;
  11. branches ;
  12. next     1.5;
  13.  
  14. 1.5
  15. date     90.02.05.13.31.23;  author rab;  state Exp;
  16. branches ;
  17. next     1.4;
  18.  
  19. 1.4
  20. date     89.10.09.21.28.30;  author rab;  state Exp;
  21. branches ;
  22. next     1.3;
  23.  
  24. 1.3
  25. date     88.06.06.17.23.47;  author ouster;  state Exp;
  26. branches ;
  27. next     1.2;
  28.  
  29. 1.2
  30. date     88.06.05.11.39.03;  author ouster;  state Exp;
  31. branches ;
  32. next     1.1;
  33.  
  34. 1.1
  35. date     88.06.03.18.10.44;  author ouster;  state Exp;
  36. branches ;
  37. next     ;
  38.  
  39.  
  40. desc
  41. @@
  42.  
  43.  
  44. 1.6
  45. log
  46. @added INSTFILES and SACREDOBJS variables
  47. @
  48. text
  49. @#
  50. # Prototype Makefile for machine-dependent directories.
  51. #
  52. # A file of this form resides in each ".md" subdirectory of a
  53. # command.  Its name is typically "md.mk".  During makes in the
  54. # parent directory, this file (or a similar file in a sibling
  55. # subdirectory) is included to define machine-specific things
  56. # such as additional source and object files.
  57. #
  58. # This Makefile is automatically generated.
  59. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  60. #
  61. # Generated from @@(TEMPLATE)
  62. # @@(DATE)
  63. #
  64. # For more information, refer to the mkmf manual page.
  65. #
  66. # $Header: /sprite/lib/mkmf/RCS/Makefile.md,v 1.5 90/02/05 13:31:23 rab Exp Locker: jhh $
  67. #
  68. # Allow mkmf
  69.  
  70. SRCS        = @@(SRCS)
  71. HDRS        = @@(HDRS)
  72. MDPUBHDRS    = @@(PUBHDRS)
  73. OBJS        = @@(OBJS)
  74. CLEANOBJS    = @@(CLEANOBJS)
  75. INSTFILES    = @@(INSTFILES)
  76. SACREDOBJS    = @@(SACREDOBJS)
  77. @
  78.  
  79.  
  80. 1.5
  81. log
  82. @Deleted DISTDIR line.
  83. @
  84. text
  85. @d18 1
  86. a18 1
  87. # $Header: /sprite/lib/mkmf/RCS/Makefile.md,v 1.4 89/10/09 21:28:30 rab Exp Locker: rab $
  88. d27 2
  89. @
  90.  
  91.  
  92. 1.4
  93. log
  94. @Modifications for distribution.
  95. @
  96. text
  97. @d18 1
  98. a18 1
  99. # $Header: /sprite/lib/mkmf/RCS/Makefile.md,v 1.3 88/06/06 17:23:47 ouster Exp Locker: rab $
  100. a26 1
  101. DISTDIR        ?= @@(DISTDIR)
  102. @
  103.  
  104.  
  105. 1.3
  106. log
  107. @Generate MDPUBHDRS to identify machine-dependent public headers.
  108. @
  109. text
  110. @d18 1
  111. a18 1
  112. # $Header: Makefile.md,v 1.2 88/06/05 11:39:03 ouster Exp $
  113. d27 1
  114. @
  115.  
  116.  
  117. 1.2
  118. log
  119. @Various revisions to generate Makefiles for multi-directory
  120. libraries with multiple target machines.
  121. @
  122. text
  123. @d18 1
  124. a18 1
  125. # $Header: Makefile.md,v 1.1 88/06/03 18:10:44 ouster Exp $
  126. d24 1
  127. @
  128.  
  129.  
  130. 1.1
  131. log
  132. @Initial revision
  133. @
  134. text
  135. @d18 1
  136. a18 1
  137. # $Header: Makefile.command.md,v 1.2 88/05/28 12:06:08 ouster Exp $
  138. @
  139.